DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IObservableSource<T> Interface
Properties Methods Events

In This Topic
    IObservableSource<T> Interface Members
    In This Topic

    The following tables list the members exposed by IObservableSource<T>.

    Public Properties
     NameDescription
     PropertyThis delegate is used to create new items. If it is null, a public parameterless constructor of type T is used.  
     PropertyGets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection.  
     PropertyGets a value that indicates whether this collection is capable of providing the ordinal position of the changed item when it notifies of an item change.  
    Top
    Public Methods
     NameDescription
     MethodAfter this method is called, the collection is required to provide SourceChangeEventArgs<T>.Ordinal in event data.  
     Method (Inherited from System.Collections.Generic.IEnumerable<T>)
    Top
    Public Events
     NameDescription
     EventOccurs after an item of the collection or the entire collection has changed.  
    Top
    See Also